home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_hu.java < prev    next >
Text File  |  1998-09-22  |  8KB  |  204 lines

  1. /*
  2.  * @(#)LocaleElements_hu.java    1.9 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_hu extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "hu_HU" }, // locale id based on iso codes
  57.             { "LocaleID", "040e" }, // Windows id
  58.             { "ShortLanguage", "hun" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "HUN" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "hu", "magyar" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "HU", "Magyarorsz\u00e1g" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "janu\u00e1r", // january
  73.                     "febru\u00e1r", // february
  74.                     "m\u00e1rcius", // march
  75.                     "\u00e1prilis", // april
  76.                     "m\u00e1jus", // may
  77.                     "j\u00fanius", // june
  78.                     "j\u00falius", // july
  79.                     "augusztus", // august
  80.                     "szeptember", // september
  81.                     "okt\u00f3ber", // october
  82.                     "november", // november
  83.                     "december", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "jan.", // abb january
  90.                     "febr.", // abb february
  91.                     "m\u00e1rc.", // abb march
  92.                     "\u00e1pr.", // abb april
  93.                     "m\u00e1j.", // abb may
  94.                     "j\u00fan.", // abb june
  95.                     "j\u00fal.", // abb july
  96.                     "aug.", // abb august
  97.                     "szept.", // abb september
  98.                     "okt.", // abb october
  99.                     "nov.", // abb november
  100.                     "dec.", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "vas\u00e1rnap", // Sunday
  107.                     "h\u00e9tf\u0151", // Monday
  108.                     "kedd", // Tuesday
  109.                     "szerda", // Wednesday
  110.                     "cs\u00fct\u00f6rt\u00f6k", // Thursday
  111.                     "p\u00e9ntek", // Friday
  112.                     "szombat" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "V", // abb Sunday
  118.                     "H", // abb Monday
  119.                     "K", // abb Tuesday
  120.                     "Sze", // abb Wednesday
  121.                     "Cs", // abb Thursday
  122.                     "P", // abb Friday
  123.                     "Szo" // abb Saturday
  124.                 }
  125.             },
  126.             { "AmPmMarkers",
  127.                 new String[] {
  128.                     "DE", // am marker
  129.                     "DU" // pm marker
  130.                 }
  131.             },
  132.             { "Eras",
  133.                 new String[] { // era strings
  134.                     "i.e.",
  135.                     "i.u."
  136.                 }
  137.             },
  138.             { "NumberPatterns",
  139.                 new String[] {
  140.                     "#,##0.###;-#,##0.###", // decimal pattern
  141.                     "Ft#,##0.##;-Ft#,##0.##", // currency pattern
  142.                     "#,##0%" // percent pattern
  143.                 }
  144.             },
  145.             { "NumberElements",
  146.                 new String[] {
  147.                     ",", // decimal separator
  148.                     "\u00a0", // group (thousands) separator
  149.                     ";", // list separator
  150.                     "%", // percent sign
  151.                     "0", // native 0 digit
  152.                     "#", // pattern digit
  153.                     "-", // minus sign
  154.                     "E", // exponential
  155.                     "\u2030", // per mille
  156.                     "\u221e", // infinity
  157.                     "\ufffd" // NaN
  158.                 }
  159.             },
  160.             { "CurrencyElements",
  161.                 new String[] {
  162.                     "Ft", // local currency symbol
  163.                     "HUF", // intl currency symbol
  164.                     "," // monetary decimal separator
  165.                 }
  166.             },
  167.             { "DateTimePatterns",
  168.                 new String[] {
  169.                     "H:mm:ss z", // full time pattern
  170.                     "H:mm:ss z", // long time pattern
  171.                     "H:mm:ss", // medium time pattern
  172.                     "H:mm", // short time pattern
  173.                     "yyyy. MMMM d.", // full date pattern
  174.                     "yyyy. MMMM d.", // long date pattern
  175.                     "yyyy.MM.dd.", // medium date pattern
  176.                     "yyyy.MM.dd.", // short date pattern
  177.                     "{1} {0}" // date-time pattern
  178.                 }
  179.             },
  180.             { "CollationElements",
  181.                 /* for HU_HU, default sorting except for the following: */
  182.                 /* add cs "ligature" between c and d. */
  183.                 /* add d<stroke> between d and e. */
  184.                 /* add gy "ligature" between g and h. */
  185.                 /* add ly "ligature" between l and l<stroke>. */
  186.                 /* add l<stroke> between l and m. */
  187.                 /* add sz "ligature" between s and t. */
  188.                 /* add zs "ligature" between z and z<abovedot> */
  189.                 /* add z<abovedot> after z.       */
  190.                 "& C < cs , cS , Cs , CS " // cs ligatures
  191.                 + "& D < \u0111, \u0110 "    // tal : african d < d-stroke
  192.                 + "& G < gy, Gy, gY, GY "    // gy ligatures
  193.                 + "& L < ly, Ly, lY, LY "    // l < ly
  194.                 + "& O < o\u0308 , O\u0308 " // O < o-umlaut
  195.                 + "< o\u030b , O\u030b "     // o-double-accute
  196.                 + "& S < sz , sZ , Sz , SZ " // s < sz ligature
  197.                 + "& U < u\u0308 , U\u0308 " // u < u-umlaut
  198.                 + "< u\u030b , U\u030b "     // u-double-accute
  199.                 + "& Z < zs , zS , Zs , ZS " // stop-stroke < zs ligature
  200.             }
  201.         };
  202.     }
  203. }
  204.